dreamweaver.latin1ToNative()

Availability 2.0
Description Converts a string in Latin1 encoding to the native encoding on the user's machine. This function is intended for displaying the user interface of an extension file in another language.
Note: This function has no effect in Windows because Windows encodings are already based on Latin1.
Arguments stringToConvert
The argument is the (already translated) string to be converted from Latin1 encoding to native encoding.
Returns The converted string.
Enabler None.